Merge branch 'master' of ssh://xp-dev.com/RRRRHHHH_Code
[RRRRHHHH_Code] / ruralHouses client / src / gui / HouseFeaturesGUI.java
index 1e49dca..39d0bc9 100644 (file)
@@ -235,6 +235,7 @@ public class HouseFeaturesGUI extends JFrame {
                                row = table.getSelectedRow();
                        }
                });
+               
                Enumeration<Offer> rhs = rh.getAllOffers().elements();
                while (rhs.hasMoreElements()) {
                        Offer of = rhs.nextElement();
@@ -290,7 +291,6 @@ public class HouseFeaturesGUI extends JFrame {
                                        + e1.toString());
                }
                
-               //RegExp to see if telephone number is correct??TODO
                if (telIn.getText().matches("[976]\\d{2}[.\\- ]?\\d{3}[.\\- ]?\\d{3}")
                                && mailField
                                .getText()